#!/bin/bash
sed -n -e '/BEGIN/,/END\n/p' /boot/grub/grub.cfg # BEGIN ja END voivat olla mitähyvänsä regex:iä
